home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 051-075 / scopedisk53 / morerows / morerows.txt < prev    next >
Text File  |  1995-03-18  |  2KB  |  67 lines

  1.  
  2. This is a collection of a few random programs that I could get together
  3. for the developers conference.
  4. The programs are:
  5. morerows
  6.     This program allows one to make the workbench screen larger than normal.
  7.     This program only works when used with kickstart 33.180 or later (use
  8.     the version command to find the version of the kickstart and workbench).
  9.     The number of additional rows and columns can be separately set.  When
  10.     called with no arguments, it prints out the current defaults.  The
  11.     following seems to be the largest that works:
  12.         morerows -rows 35 -columns 64
  13.  
  14.     To use morerows is a bit tricky.  First run it and set the number of
  15.     rows and columns to the desired amount.  Then run preferences.  Be sure
  16.     to drag the center screen placement gadget to the upper left.  Finally
  17.     save preferences (morerows only changes the in memory copy of prefs.
  18.     It relies on the preferences program to save it to disk).
  19.  
  20.     Sorry, I didn't have source to this program at the conference.
  21.  
  22. bigfont
  23.     When looking at workbench in interlaced mode, the screen often flickers.
  24.     Amiga designed a new font called topaz.11.  This font was designed to
  25.     look better when interlaced.  It should be called from the startup script
  26.     just before loadwb, but may be called later (any cli that is already
  27.     running won't pick up the new font).
  28.  
  29. prof
  30.     A first hack of a profiler.  It works only with small model manx programs.
  31.     (I'm working on lattice, greenhills, and large manx programs).  It does
  32.     not have very good help, but does give very useful output.  To use:
  33.  
  34.         prof <program> <arguments>
  35.  
  36.     Prof generates the raw profiler output file (prof.out). Then run
  37.  
  38.         reader -nz [ <program> [ <prof output file> ] ]
  39.  
  40.     which will interpret the file, and print out usage statistics
  41.     based on which routine was used the most.
  42.  
  43.     The program is still very rough.  It will be changed drastically
  44.     before actual release.
  45.  
  46. exec_lib
  47.     an example of an exec library written in Aztec C small model which
  48.     can be called by anyone.  See README file.
  49.  
  50.  
  51. tools
  52.     a PD clock program we got from JimG.  Called mclk (mclk.c)
  53.  
  54.     tools.h has some useful debugging macros, include flashing the LED
  55.  
  56.  
  57. ---------------------------------
  58.  
  59.  
  60.     Neil Katin
  61.     102 Baintree Place
  62.     Los Gatos CA 95030
  63.  
  64.     Jim Mackraz
  65.     7101 Rainbow Drive, #8
  66.     San Jose, CA  Bafe cl trcop alettetteg wie
  67.